'Declaration
Public Overloads Function NavigateToAppointment( _
ByVal As System.Boolean, _
ByVal As System.Nullable(Of Date) _
) As System.Boolean
public System.bool NavigateToAppointment(
System.bool ,
System.Nullable<DateTime>
)
Parameters
- previous
- If true, means the backward direction; forward direction otherwise.
- startTime
- The start System.DateTime point. If this parameter has no value, navigation will be performed starting from the SelectedDateTime property value.
Return Value
True if navigation has occurred; False if there are no appointments in the specified direction.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2